home *** CD-ROM | disk | FTP | other *** search
/ Your Choice 3 / Your Choice Software Collection 3.iso / dos / am105 / progmenu.doc < prev    next >
Text File  |  1994-08-26  |  1KB  |  30 lines

  1.  
  2.   INSTRUCTIONS FOR USE OF THE NEW EXECUTABLE PROGRAM MENU VIA CTRL-X
  3.  
  4.   Use any text editor (QEDIT is recommended) to create PROGMENU.AM.
  5. This file must be formatted as described below.  Note that in the
  6. examples provided, that upper and lower case are used for clarity
  7. and the actual file line data may be in either case.
  8.  
  9.   Comments are denoted by the semicolin (";").  AM will ignore the
  10. semicolon and all following text in any line in which it appears.
  11.  
  12.   Place each program name on the a separate line.  The name may be as
  13. short as the program file name without an extension if the file exists
  14. on the DOS path, or may be the full DOS path specification for the file.
  15. Whatever is on that line is what AM will turn into a menu item that will
  16. be passed to DOS to execute.  This means that you can place an internal
  17. or external DOS command is acceptable.
  18.  
  19.   When Ctrl-X is pressed, AM will first look in the current directory
  20. (left window) for PROGMENU.AM and load it if found.  If not found there,
  21. AM will search the DOS path and load it if found.  If not found, nothing
  22. happens.  This strategy permits maintaining numerous variants of
  23. PROGMENU.AM in different directories as well as maintaining one master
  24. copy in one directory in the DOS path.
  25.  
  26.   Note that AM automatically uses its swap to EMS/Disk capability when
  27. executing programs in order to maximize the amount of RAM available to
  28. the target program.
  29.  
  30.